PDF4Java Reference Documentation
com.o2sol.pdf4java.standards Package / PDFAFormatter Class / save Method / save(PDFFixedDocument,String,PDFAFormat) Method
The document to save.
Destination file where the document is saved.
PDF/A format for the saved document.
In This Topic
    save(PDFFixedDocument,String,PDFAFormat) Method
    In This Topic
    Saves the document to the stream in the specified PDF/A format.
    Syntax
    public static void save( 
       PDFFixedDocument document,
       java.lang.String fileName,
       PDFAFormat format
    )

    Parameters

    document
    The document to save.
    fileName
    Destination file where the document is saved.
    format
    PDF/A format for the saved document.
    See Also